Ready to build and post to Apple my latest version with NUCLiOS calendar. However, I get the following link error:
ld: bitcode bundle could not be generated because '/Developer/Infragistics/NUCLiOS 2015 Volume 2/Framework/IG.framework/IG(IGCalendarView.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
I found elsewhere someone mentioned a new NUCLiOS version with BitCode would be released - can yo tell me when that will be? Also, is their a workaround in the meantime?
Thanks
What version of the framework are you using? If you do a get info on the framework file you can get the version number as that will help us determine if you are on the latest SR.
The latest public SR was released in December and would be build 103. Could you check what version you have running?
2015 Volume 2 - file date for framework is Dec 29, 2015. If I run the program and print out [IGBuildVersion buildVersion], I get:
IGBuildVersion = 2015.2.36.
I'm not sure where to find your build 103.
Well build 36 is the release build of the framework, so you are not patched to the latest version
If you go to https://ko.infragistics.com/my-account/keys-and-downloads and click on the product key it should open up a list of choices on what installer to install. Find the NucliOS installer and install from there.
One thing I would do, with any product update, is in your project remove the references to the frameworks, clean and rebuild (so you get the missing DLL errors) and then re add the framework files in the references. Sometimes the compiler will cache frameworks and not update them. I would also do the "Get info" from Finder on the framework itself. Usually found in "/Developer/Infragistics/NUCLiOS 2015 Volume 2/Framework". Since the framework has the version number you can determine if the framework file is updated but your project is grabbing an old copy from cache.
Darrell,
Thank you for your responsiveness - that appears to have resolved the issue (though I can't yet upload to Apple for a likely unrelated issue).