Page 1 of 4

After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 11:04 am
by Sithan

After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 2:01 pm
by Jeffry Reed

Confirmed, I am experiencing the same problem and get the same error.

Obviously, this is not good!


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 2:35 pm
by Oldestman57

I upgraded my existing app to library v4.0 and successfully built an .ipa file and loaded it to my phone via QR code. 01/30/17 8:25am cst.


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 2:35 pm
by Serhii Kulibaba

Hello,

Please clarify, do you use any Cordova plugin in your project?

Please share (https://docs.appery.io/docs/teams-sha...) your apps with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us itheir names - we will check these applications.


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 2:51 pm
by Jeffry Reed

Hello Sergiy,

I dont believe I am using any Cordova plugins beyond the default.

I shared my app and sent email to support. Thank you


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 3:00 pm
by Jeffry Reed

I manually updated the cordova plugins to use newest and error is now

Build error

Most likely build error cause:

Failed to install 'phonegap-plugin-push':Error: Variable(s) missing: SENDER_ID
at /usr/local/lib/node_modules/plugman/node_modules/cordova-lib/src/plugman/install.js:324:23
at _fulfilled (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:787:54)
at self.promiseDispatch.done (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:749:13)
at /usr/local/lib/node_modules/plugman/node_modules/q/q.js:557:44
at flush (/usr/local/lib/node_modules/plugman/node_modules/q/q.js:108:17)
at combinedTickCallback (internal/process/next_tick.js:67:7)
at process.tickCallback (internal/process/next_tick.js:98:9)

stderr: Variable(s) missing: SENDER_ID


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 5:22 pm
by Galyna Abramovych

Jeffry,

We have checked this issue and can see that one of your latest builds was successful.
Please find more information in email.


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Mon Jan 30, 2017 8:10 pm
by Jeffry Reed

Hi Galyna,

thanks for looking into this and sorry for not responded sooner, i got pulled to another project.

So yes, I did get it to build, here are my findings

After updating to v4.0, i updated all the Core Cordova plugins to the latest versions. With PushPlugin 1.8.4 the build fails with the error posted above.

With PushPlugin 1.4.5 the build completes successfully


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Tue Jan 31, 2017 2:16 am
by Jeffry Reed

Oldestman57, are you using PushPlugin 1.8.4?


After latest update of appery on Jan 29th 2017, unable to generate the ipa build. We tried undo the source code, still t

Posted: Tue Jan 31, 2017 2:52 pm
by Chris6743166

I have the same issue. All cordova plugins were upgraded following move to Library 4.0 and got an iOS build error. Had to downgrade to PushPlugin 1.4.5 for a successful build.