Vishal Sharma
Vishal Sharma

Reputation: 99

Has missing or invalid CFBundleExecutable in its Info.plist

I referred lot of links to solve similar issue..please help Many links suggest to solve such issue search for the buggy library info list and delete the Executable define there.., Xcode will regenerate it. If i don't do this i get error during Export/(creating ipa file) after Archiving. If i do this then i get error like:(Using simulator)

Bundle at path /Users/MacBook/Library/Developer/CoreSimulator/Devices/4AD1D213-8D7C-4DDC-85B2-D6887F51DC74/data/Library/Caches/com.apple.mobile.installd.staging/temp.HuwLlU/extracted/Payload/meeting.app/Frameworks/FontAwesome_swift.framework has missing or invalid CFBundleExecutable in its Info.plist

If i run it on device..i get error like: Application does not have executable

No idea how to solve such issues..please help

Upvotes: 5

Views: 6587

Answers (1)

Razi
Razi

Reputation: 181

in info.plist add key Executable file with value $(EXECUTABLE_NAME)

Upvotes: 15

Related Questions