Reputation: 337
I'm trying to build a release version for IOS using Codename One but it keeps failing because of the product_bundle_identifier missing. I've deleted the .codenameone/iosCerts folder as per this Reddit thread but I still get the error.
The certificates look like they're generating okay but I have no way to find out.
I was able to build a version a week or so ago but I had to bump the version number after trying to upload my release in the App Store. It broke after that for some reason
Upvotes: 2
Views: 3134
Reputation: 337
Due to Shai's comments I went ahead and started from scratch using the Initializr. Once I imported my codenameone_settings.properties
I started receiving the same error again. With some trial and error I figured out the codename1.arg.ios.plistInject
I had somehow caused the issue. The app builds and works fine without that line being in there.
Upvotes: 1