iOS Question what files need bundledocument types?

John Woodsmall

Active Member
Licensed User
Longtime User
i have *.csv file
and *.txt file
and *.jpg
and *.gif

do these all have to be in this plistextra deal?
and what are the codes to put them in?


B4X:
#PlistExtra:<key>CFBundleDocumentTypes</key>
    #PlistExtra:<array><dict><key>CFBundleTypeIconFiles</key><array/>
    #PlistExtra: <key>CFBundleTypeName</key><string>CSV File</string>
    #PlistExtra:<key>LSItemContentTypes</key><array>
    #PlistExtra:<string>public.comma-separated-values-text</string>
    #PlistExtra:</array></dict></array>
 

John Woodsmall

Active Member
Licensed User
Longtime User
i placed the plistextra text (above) at the top of my app.
i then re-submitted it to itunes, i got the same error as before
B4X:
Missing Info.plist value - A value for the Info.plist key CFBundleIconName is missing in the bundle 'com.astromatch.voice'. 
Apps that provide icons in the asset catalog must also provide this Info.plist key.

Therefore I can not submit my app to the store?

is because i have other file types in my app or something else?

why is this now suddenly happening? is it ios11 or the new (4.3) b4i?

thanks
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
1.) i use the hosted builder and i can load the app on to the phone as normal and it works fine
2.) when i use the local builder it compiles and i am able to upload to the store ( as normal)
3.) i get the email back from the store as above.

??
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
when i tried to open xcode to see the verision it said...need to add additional componates.
it did and then it said: version: 9.0 (9A235) So it is now version (9.0). ?

i will now try the hosted builder to upload.
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok: it uploaded, but failed with:
Missing Info.plist value - A value for the Info.plist key CFBundleIconName is missing in the bundle 'com.astromatch.voice'. Apps that provide icons in the asset catalog must also provide this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev10510b1f7.

as before.
know this: i upgraded to the latest apple side: 4.30 and upgraded to 4.30 on the pc side. I am using 9.0 of xcode.

?
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
yes: I was able to upload with the hosted builder successfully.

no: I was not able to upload with the local builder successfully.( the app compiled on the apple, I uploaded with deliver your app, the store sent me the error message above.
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok
1.) question: if the apple computer has upgraded xcode to version 9.0 does it leave xcode 8 on the computer?
2.) question: i tried the xcode-switch and it did not work.
3.) question: is it ok to just use the hosted builder instead?
4.) question: when will b4i work with xcode 9.0 ?
 
Upvote 0
Top