Posts

Post not yet marked as solved
2 Replies
4k Views
"To upload app preview, you must use Safarin and OS X 10.10" - this error pops when I'm trying to upload a video.Obviously, I am.The video file is MOV, portrait 1080x1920, H.264. if anything is wrong with the video, the error don't tell me that.Anyone seen anything like that before?
Posted Last updated
.
Post not yet marked as solved
0 Replies
514 Views
The 'Sea Creator' sample app demonstrating Safari Web Extensions first fails to compile, because due to disambiguation extension bundle id isn't prefixed with app bundle id. When fixed by changed ids the app fails on start, with error saying that the app can't find extension. Regardless, extension works on its own in Safari, but can't communicate with the host app due to aforementioned error.
Posted Last updated
.
Post not yet marked as solved
3 Replies
1.5k Views
Trying to test StoreKit purchases in our existing game from Xcode ends in failure. I have created a couple of consumable purchases which mirror the real ones, but an attempt to buy any one of them on a device (not simulator) ends in error "Purchase failed: unable to communicate with a helper application". This happens right after payment confirmation screen. This is on the first iOS 14 beta and first Xcode 12 beta. Any suggestions on how to work around that are welcome.
Posted Last updated
.
Post not yet marked as solved
1 Replies
878 Views
Xcode 12.4 produces this error on iOS device 14.4.1 when I'm trying to run time profiling. I have never encountered this error before. However, I can run the app from Xcode on the device with no issues. Tried Reconnecting device Restarting both Mac and iOS device. What else can I do?
Posted Last updated
.
Post not yet marked as solved
2 Replies
744 Views
Can't get status of my Safari extension and content blocker on macOS Catalina. Both SFSafariExtensionManager.getStateOfSafariExtension and SFContentBlockerManager.getStateOfContentBlocker always return false.I found few complaints about this behaviour that seem to happen after wake up from sleep. But restarting my Mac didn't help. I found no way to make those call work. But the curious thing is they were working few months ago, on earlier Catalina versions.Any suggestions why this might be happening?
Posted Last updated
.
Post not yet marked as solved
1 Replies
562 Views
Since the latest betas and in golden master NavigationView on macOS started acting weird.No matter what I do, it never expands to the size of the hosting window on start. However, the moment I select a navigation link in "master" subview, it expands.Has anyone else encountered this?
Posted Last updated
.
Post marked as solved
1 Replies
3.7k Views
I created a Swift package and pushed it to GitHub. But when I'm trying to add it as a dependency to my other project I get"the Package.resolved file is most likely severely out-of-date and is preventing correct resolution; delete the resolved file and try again"I found the file mentioned and deleted it, but it didn't reolve the issue.Xcode 11 beta 3, no other packages in the project.
Posted Last updated
.