Post

Replies

Boosts

Views

Activity

Comment on Untrusted developer and unpaid developer account
Have a paid developer account - this did not work for me. When the device is on a wifi with internet connection the app works and appears trusted. But when the device is on a wifi without internet connection, the untrusted alert shows up again. Seems like the app is calling home on launch to verify. That does not work well when developing apps for offline devices. Profile does not show up in settings so I can trust the developer profile permanently also when offline.
Dec ’21
Comment on swift-frontend memory usage
This actually solved my problem too. All though I think it was caused because of a cyclic reference. In my GeometryReader calus I was using the dimenstion to set the size og an element inside the same view od that GeometryReader. So every change according to the geometry reader would cause a change in size which would cause anoter layout and result in geometryreader getting called again.
Dec ’21