Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova Xcode Deploy - CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for A

I am building my app with Ionic and I have this error during the validation step, after archived.

Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for A

In the log files, I can find this return:

[myPath]/www/lib/phonegap-facebook-plugin/platforms/ios/FacebookSDK.framework/Versions/A" did not contain a "archived-expanded-entitlements.xcent" resource

I tried to add the key CFBundleSupportedPlatforms in my .list file; used XCode 6.4; changed the target architecture, etc etc. Nothing works ...

Do you have any clues for me?

Thanks a lot

I am running under xCode 7.0.1 by the way.

like image 920
vtllr Avatar asked Oct 04 '15 19:10

vtllr


1 Answers

Have a look at the second comment.

https://github.com/Wizcorp/phonegap-facebook-plugin/issues/1110

The same thing happened to me the - plugin was somehow copied to the /www folder

like image 143
Sagivf Avatar answered Nov 04 '22 08:11

Sagivf