Hi,
I am using the 'Package' option to create a custom build of the Appeon Workspace but I am currently getting a build issue for iOS. (I have the Android one working without issue).
I get the following Build Error: Build EonAwsApp: Failed
I get this error - linker command failed with exit code 1, with the previous line saying Library not found for -lAmp
Using Xcode it appears that there are a lot of libraries missing for ThirdParty.libs including the one mentioned above for libApiAl.a:
I cannot find these files anywhere within the generated zip file.
I am using XCode 8.3.3 as the deployment setting only lists XCode 8 as an option. The package is created with PB 2017 R2 I've tried this on two different macs with the same error.
Can anyone shed some light one this?
Thanks,
Alan
Yes!, this was it. I was using the offline help rather than that tutorial link you provided and missed this step. In the offline help the files are mentioned as step 10. but not what to do with them and the link to 'Package & Distribute iOS Apps' is not working there.
I've gone through the tutorial link you provided and have successfully created the iOS workspace and deployed it on a number of iOS devices.
Many thanks for your help!