Post

Replies

Boosts

Views

Activity

Reply to "app" is damaged and can't be opened
FWIW, my account is still busted. Anyone else? I haven't been able to test any build since before Thanksgiving, which has basically prevented me from posting new apps or updates. I filed Feedback as well as a DTS incident. They got back to me and asked for some logs, which I provided. Since then: crickets. With the holidays now here, I doubt this will be fixed before January.
Dec ’21
Reply to Mounting a Notarized DMG via hdiutil while Offline
Quinn - Yes, using "open" works:) However we're actually mounting the dmg from within our app, and doing an "hdiutil attach -nobrowse -noautoopen" to keep it off the Desktop. From there we copy the app inside using NSFileManager. Basically, we're trying not to bother our users about it:) So sticking with hdiutil is important. Paradigm777 - Wow, that's crazy that someone asked practically the same (very esoteric!) question on Codermite just a few hours after I posted it here. I haven't tried manually setting the Quarantine flag as suggested in that post. It looks like using xattr to do this is a bit tricky, however I think I'll give it a try just to see what happens. But question back to Quinn: How "safe" would it be to manually set the Qurantine flag, in an attempt to trigger Gatekeeper's "ticket ingestion"? Without going into too many gory details, the reason I'm looking into this is that our systems currently do a two-pass Notarization: App first, build the dmg, then Notarize the dmg. It'd be nice if we could skip the first Notarization step and just stick with Notarizing the dmg. But we could certainly just stick with a two-pass Notarization system and call it a day:)
Nov ’23
Reply to Issue with Xcode 15's Mergeable Libraries?
I just tried this with Xcode 15.2 and a Clean build. The same thing is happening. The frameworks that Xcode compiles and links at project Build time are left untouched. However, all pre-built Frameworks that my app links to get Merged into the app's binary. While I don't think anything bad is happening because of this, I'd prefer to have complete control over my build chain. Is there any way to disable this behavior?
Jan ’24
Reply to Notarytool stuck at "In Progress"
This is TRULY aggravating. The several different apps we've submitted via Notarytool for the past 36 hours are all stuck "In Progress". The most recent one is a test app that's just 2.7 MB in size. -------------------------------------------------- createdDate: 2024-02-28T14:34:27.130Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-27T16:51:40.287Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-27T16:41:12.532Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-27T16:33:43.991Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-27T16:12:52.728Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-27T13:42:42.377Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-26T23:21:11.236Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxxxxxxxx.zip status: In Progress -------------------------------------------------- createdDate: 2024-02-26T21:35:51.813Z id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx name: xxxxxxxxxxxxxxxxxxxxxxxxx.dmg status: Accepted
Feb ’24