Telerik-Verified-Plugins / Pushwoosh

Pushwoosh PhoneGap Build Plugin
Other
0 stars 1 forks source link

Use plugin framework tag to add the custom iOS framework #2

Closed galexandrov closed 9 years ago

galexandrov commented 9 years ago

This will fix the failing iOS builds in AppBuilder when this plugin is used. The issue is that, we install the plugin with --link plugman argument and "Framework Search Paths" value in xcode is messed up when framework has symlinks.

Customer Ticket: After updating to the latest CLI I'm not able to build (or deploy) my project while still using the Pushwoosh-plugin. I tried removing and re-adding the plugin, but it doesn't help. I also tried updating the FrameworkVersion to 4.0.0, but the error persists. How can I solve it? This is the error message:

Build errors: [ '[xcode-build] Link /tmp/builds/V64aR4MqwsF10BYO5h/app/DerivedData/Cordova400/Build/Intermediates/Cordova400.build/Release-iphoneos/Cordova400.build/Objects-normal/armv7/Cordova400: ld: framework not found Pushwoosh\nclang: error: linker command failed with exit code 1 (use -v to see invocation)',
  '[xcode-build] Link /tmp/builds/V64aR4MqwsF10BYO5h/app/DerivedData/Cordova400/Build/Intermediates/Cordova400.build/Release-iphoneos/Cordova400.build/Objects-normal/arm64/Cordova400: ld: framework not found Pushwoosh\nclang: error: linker command failed with exit code 1 (use -v to see invocation)',
  'Error: Can\'t remove "/tmp/builds/V64aR4MqwsF10BYO5h/provisions/e5610154-b315-4b79-8a40-abf77fc4a16b.mobileprovision": EACCES, unlink \'/tmp/builds/V64aR4MqwsF10BYO5h/provisions/e5610154-b315-4b79-8a40-abf77fc4a16b.mobileprovision\'' ]
Build failed. For more information read the build log.
galexandrov commented 9 years ago

ping @ligaz @EddyVerbruggen @Telerik-Verified-Plugins/appbuilder

ligaz commented 9 years ago

You can remove the header file from the other place.

ligaz commented 9 years ago

:+1: