I have tested my app on simulator and all works well, including accessing data from all 4 data files in sandbox file for this app. I am using GGData module, which I feel is an excellent module to use for data management.
I think the issue I am having is with Xcode. When I load and test on Ipad device, the app runs but fails to see the table data in any of the data boxes, except the first data box. I think this is Xcode issue, and not likely the GGData code.
While running on Ipad, thru Xcode, and checking the console-output there is this error message :
'client process 66 does not have a valid com.apple.developer.ubiquity-container-identifiers entitlement ’
-
Why does Xcode seem to accept the first data box, and not the others?
-
Is there a setting I need to correct somewhere in Xcode to be able to have more then one data ‘box’ in the app and make them accessible when testing the app on iPad?
-
Is there an Itunes-Connect setting needed to be set for this?
Thanks for any guidance possible!