Posts

Post marked as solved
1 Replies
120 Views
I am writing a 66 data elements(scores) into an array associated with one data element(match). The other properties of the match are stored and retrieved correctly. Writing of the scores is resulting in only the last score being stores, so there is only one score element and it has the values associated with the last one stored. context is saved each time values for the score are updated, and no errors are thrown. But when reading back, there is just one - score, not 66 for each match.
Posted
by skcureton.
Last updated
.
Post not yet marked as solved
2 Replies
256 Views
Looking to make my existing IOS application available on Mac. I have done all of the steps as best I can determine across all the articles tools and topics for Xcode/App Connect/Transporter. I have no builds to upload in the MacO/S apps part of Apple Connect. The app runs fine in the simulator for Mac OS and I have managed to export an executable which I might be able to send to someone outside of the App Store but haven't tried/tested. Transporter won't load the exported (notarized? supposedly) file into Xcode because its already got a build with the same number. I targeted Standard Architecture option, which says should run on Intel or ARM, - I am not clear on which OS I should have selected to target to make that happen. Any hints to a concise todo list to make it happen would be good. My observation is that most of the examples in the various documentation are either MacOS Store oriented or Xcode on IOS for details. The high level information describes the planned/expected support but doesn't match the tools examples
Posted
by skcureton.
Last updated
.
Post marked as solved
4 Replies
509 Views
In one-story board scene, cannot connect the button(s) to the code in the View Controller. It had a connection under with Touch Up Inside, but has "Exit" instead of the ViewController Name. I was also not able to add IBOutlet into my code from this storyboard scene. So ... I looked all my other storyboards and do know what is set differently in this one. Any hints. Basically I can do nothing from this storyboard. Is the problem in the storyboard scene? or in the ViewController/Class?
Posted
by skcureton.
Last updated
.