You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development environment for sharing data with the widgest requires some setup. I'm assuming you're using your own developer account to run this on device. The steps I carried out were:
Creating custom bundle IDs for the intent, extension and main app.
Creating a group ID.
Generating provisioning profiles with the correct bundle ID.
Adding the group ID to the App IDs created earlier.
Regenerate the provisioning profiles with the updated App IDs.
Configure Xcode to code sign with these new provisioning profiles in intent, extension and main app targets.
Update the Group IDs in the "App Groups" section of each target for intent, extension, main app.
Change Constants.swift to use the new group ID.
Change PiMonitorWidget.swift to use the new intent bundle ID.
Build and run all three targets on the device.
It should then be updated. It may take a clean build or a deletion of derived data before everything works but these are the steps I went through to get everything up and running correctly.
This issue persists through reboots and reinstallation. Let me know if you want me to grab logs with Xcode as well.
The text was updated successfully, but these errors were encountered: