Posts

Post not yet marked as solved
0 Replies
559 Views
I made my first App when I was 17 and because of that, I couldn't sign up for the developer program. So I signed up under my dad's account with the idea in mind that ill transfer my app to my account when I'm 18 (which will happen this month). However, I just read the requirements and it says that all testflight beta builds and testers must be removed. So is there anyway I can transfer my users onto the AppStore version. Note both the testflight and AppStore versions are on the same build right now.
Posted Last updated
.
Post not yet marked as solved
0 Replies
214 Views
I have a json file that looks like this [   {     "name": "Dune",     "author": "Frank Herbert",     "page": 77   },   {     "name": "Ready Player One",     "author": "Ernest Cline",     "page": 234   } ] I want to iterate through this in my ContentView. I have another view called BookView that is used like this: BookView(name: "Dune", author: "Bob", page: "77") that will be taking data from the json file and these views will be displayed in a Form. The UI is working but I cannot actually make it run off my data I have tried so many articles online and nothing is working. Please can someone help me.
Posted Last updated
.
Post not yet marked as solved
0 Replies
172 Views
I have 32 GB of storage left on my Mac. The App Store wouldn't let me download Xcode 12 (11 GB) so I downloaded the XIP from the developer site. Now it won't let me open the XIP (I have 21 gb left) because there isn't enough storage. How much storage do I need to open the XIP?
Posted Last updated
.
Post not yet marked as solved
0 Replies
296 Views
I am using the shapes starting point and i need to clear the canvas, i have tried editing the starting point in xcode to create a clear func but im having some difficulty. Is there a clear canvas function? If not, can someone help me edit the starting point to get one?
Posted Last updated
.