Search results for

“build disappears”

51,295 results found

Post

Replies

Boosts

Views

Activity

Cursor Disappearing with Multiple NSTextViews
I have a Mac app, Notenik, written with AppKit, that dynamically generates an Edit view that is used to edit multiple fields for a Note. Sometimes, depending on a user's request, multiple NSTextViews end up appearing within the same parent view (a tab, if that matters). Lately I and some of my users have noticed that, when moving from one NSTextView to another (either by tabbing or by clicking), the cursor initially fails to appear. Once the user starts editing within the NSTextView, the cursor appears and acts normally. And this doesn't occur when moving from an ordinary text field to an NSTextView -- only when moving from one NSTextView to another. But it is troubling and confusing to users that the cursor initially disappears. I'm not sure exactly when this started happening, but it has not been happening for very long. Although I make frequent updates to the app, this section of code has had no recent changes, so I am at a loss to explain this behavior, or to correct it. Any help would be appreci
1
0
1.1k
Jun ’23
Mac App Disappears after 'Get'
My Mac app is approved for sale in the store. It is free to download with several in-app purchases.When I use the Mac App Store (10.14 or 10.13) and 'Get' the app I see it appear briefly in the Applications directory with the name:XYZ.appdownload. (this has the correct icon)AND then it just disappears!! The Store shows no error and I can apparantly repeat this over and over...What is going on? What should I do?Please advise!
2
0
969
May ’19
Clock has completely disappeared from my iPhone 13
As title says...I'm fairly adept at navigating iphone features so it doesnt seem to be something simple. Clock has completely disappeared from my phone. Removed from control center, not found in apps, even searching doesn't pull up the app. I'm at a loss. My alarms and timers run through the native clock app, so I'd really like it fixed.
1
0
1.1k
Apr ’24
IOS 13.3.1 elements disappearing in Safari
After latest IOS 13.3.1, the half part of my page in a full screen modal(with scroll) is not getting displayed when the page is loaded. All the elements are rendered in the DOM and able to inspect it, but it is displayed sometimes when it is scrolled down in devices with a larger screen-size and not at all displaying in devices with a smaller screen-size. Would like to raise this issue as a part of latest IOS update 13.3.1.Webkit-transform: translate3d(0,0,0) seems to be fixing the issue, but it again disappears when the page is reloaded. Any known solutions for this or is this an expected behavior?
3
0
2.9k
Feb ’20
Files have disappeared from IDE Screen
Using XCode 6.4. My info.plist and all the files I have registered in it are suddenly no longer visible. When I build and run the program, they are obviously still available, but I can't get to them to replace them or edit them. I had just successfully submitted a copy of the program to the store, and had edited two of the plist files (pdfs).
1
0
226
Aug ’15
Reviews disappeared from sticker pack after we submitted an update?
Hi,We recently did some tweaks to our sticker pack, so submitted it as an update. This seems to have caused out reviews to disappear (we had one in each);https://itunes.apple.com/gb/app/id1171329618https://itunes.apple.com/us/app/id1171329618Is this normal? Seems a bit stupid if the reviews disappear every time you make an update / upgrade to the pack!ThanksAndy
0
0
272
Dec ’16
App ID disappeared from our account
Hi We have been building an app in Xcode using a bundle identifier we created months ago. No problems. Until today when we wanted to add capabilities. All of a sudden the App ID is nowhere to be found in the developer account and we cannot re-create it because apparently it still exists – its just, you know, invisible or something. Hmpf. Has anyone else experienced this? How does one get the App ID back?
Topic: Code Signing SubTopic: General Tags:
1
0
498
Aug ’20
App intermittently disappearing after installation
We're build a pkg with three apps in it from the command line. There is one primary app and two supporting apps. We build a folder structure inside a temp directory like below (some folder names replaced with generic ones): mkdir -p ./tmp/Applications/.hiddenfolder/ mkdir -p ./tmp/Library/Application Support/Company/ mkdir -p ./tmp/Library/Preferences/ mkdir -p ./tmp/Library/Logs/Company/ mkdir -p ./tmp/Library/LaunchAgents/ mkdir -p ./tmp/Library/Company/ mkdir -p ./tmp/Library/LaunchDaemons/ #Grant Logs Folder Read-Write Access to All chmod a+rw ./tmp/Library/Logs/Company/ chmod a+rw ./tmp/Library/Application Support/Company/ We then build and sign each app dependency and place them into the temporary folder. For each app we're calling: xcodebuild -workspace $PROJECT -scheme $TARGET -configuration Release -derivedDataPath $WORKING clean build codesign --force --deep -o runtime --entitlements ../$TARGET/$APPLICATION.entitlements --sign $DEVKEY $WORKING/Build/Produ
1
0
360
Nov ’24
NSFileProviderExtension - downloaded file disappears
Hi there, I am in the process of writing a macOS app using NSFileProviderExtension so that I can map my customer's data in Finder. I am in the process of building it out. But one thing I notice is that once the file is downloaded and I save it to the cache folder, I see it disappear from the folder. It looks like the system removed the downloaded file a few seconds later. How do I go about tracking this? I have added the log stream messages from the point where it is downloaded to the point where it is gone missing. Any pointers greatly appreciated. 2025-07-15 16:10:41.989915-0700 0x138326 Default 0x0 989 0 filecoordinationd: (Foundation) [com.apple.foundation.filecoordination:provider] Provider radwar.Drive.DriveFileProviderExtension finished providing for 44FB3A4A-CA50-4EE2-9DC8-1C96FE584DF5 2025-07-15 16:10:41.989974-0700 0x138326 Default 0x0 989 0 filecoordinationd: (Foundation) [com.apple.foundation.filecoordination:claims] Provider radwar.Drive.DriveFileProviderExtension finished, unbl
4
0
175
Jul ’25
Cursor Disappearing with Multiple NSTextViews
I have a Mac app, Notenik, written with AppKit, that dynamically generates an Edit view that is used to edit multiple fields for a Note. Sometimes, depending on a user's request, multiple NSTextViews end up appearing within the same parent view (a tab, if that matters). Lately I and some of my users have noticed that, when moving from one NSTextView to another (either by tabbing or by clicking), the cursor initially fails to appear. Once the user starts editing within the NSTextView, the cursor appears and acts normally. And this doesn't occur when moving from an ordinary text field to an NSTextView -- only when moving from one NSTextView to another. But it is troubling and confusing to users that the cursor initially disappears. I'm not sure exactly when this started happening, but it has not been happening for very long. Although I make frequent updates to the app, this section of code has had no recent changes, so I am at a loss to explain this behavior, or to correct it. Any help would be appreci
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’23
Mac App Disappears after 'Get'
My Mac app is approved for sale in the store. It is free to download with several in-app purchases.When I use the Mac App Store (10.14 or 10.13) and 'Get' the app I see it appear briefly in the Applications directory with the name:XYZ.appdownload. (this has the correct icon)AND then it just disappears!! The Store shows no error and I can apparantly repeat this over and over...What is going on? What should I do?Please advise!
Replies
2
Boosts
0
Views
969
Activity
May ’19
Clock has completely disappeared from my iPhone 13
As title says...I'm fairly adept at navigating iphone features so it doesnt seem to be something simple. Clock has completely disappeared from my phone. Removed from control center, not found in apps, even searching doesn't pull up the app. I'm at a loss. My alarms and timers run through the native clock app, so I'd really like it fixed.
Replies
1
Boosts
0
Views
1.1k
Activity
Apr ’24
IOS 13.3.1 elements disappearing in Safari
After latest IOS 13.3.1, the half part of my page in a full screen modal(with scroll) is not getting displayed when the page is loaded. All the elements are rendered in the DOM and able to inspect it, but it is displayed sometimes when it is scrolled down in devices with a larger screen-size and not at all displaying in devices with a smaller screen-size. Would like to raise this issue as a part of latest IOS update 13.3.1.Webkit-transform: translate3d(0,0,0) seems to be fixing the issue, but it again disappears when the page is reloaded. Any known solutions for this or is this an expected behavior?
Replies
3
Boosts
0
Views
2.9k
Activity
Feb ’20
Files have disappeared from IDE Screen
Using XCode 6.4. My info.plist and all the files I have registered in it are suddenly no longer visible. When I build and run the program, they are obviously still available, but I can't get to them to replace them or edit them. I had just successfully submitted a copy of the program to the store, and had edited two of the plist files (pdfs).
Replies
1
Boosts
0
Views
226
Activity
Aug ’15
Reviews disappeared from sticker pack after we submitted an update?
Hi,We recently did some tweaks to our sticker pack, so submitted it as an update. This seems to have caused out reviews to disappear (we had one in each);https://itunes.apple.com/gb/app/id1171329618https://itunes.apple.com/us/app/id1171329618Is this normal? Seems a bit stupid if the reviews disappear every time you make an update / upgrade to the pack!ThanksAndy
Replies
0
Boosts
0
Views
272
Activity
Dec ’16
App ID disappeared from our account
Hi We have been building an app in Xcode using a bundle identifier we created months ago. No problems. Until today when we wanted to add capabilities. All of a sudden the App ID is nowhere to be found in the developer account and we cannot re-create it because apparently it still exists – its just, you know, invisible or something. Hmpf. Has anyone else experienced this? How does one get the App ID back?
Topic: Code Signing SubTopic: General Tags:
Replies
1
Boosts
0
Views
498
Activity
Aug ’20
iOS Badge Counter disappears when being transitioned from foreground
I set badge count programmatically.When i reinstall application, before receiving first push notification, badge counter disappears when being transitioned from foreground.All access granted (badge, sound, alert).
Replies
0
Boosts
0
Views
449
Activity
Jul ’19
Safari Extensions disappear after quitting Safari
Hi all,I am on Mac OS Sierra 10.12 Beta (16A201w).Upon installing my Safari extensions after installing the beta, I realized all my extensions will disappear every time I quit Safari. Repeatable everytime. No exceptions.Anyone have the same issues?Cheers,
Replies
3
Boosts
0
Views
1.4k
Activity
Jun ’16
App intermittently disappearing after installation
We're build a pkg with three apps in it from the command line. There is one primary app and two supporting apps. We build a folder structure inside a temp directory like below (some folder names replaced with generic ones): mkdir -p ./tmp/Applications/.hiddenfolder/ mkdir -p ./tmp/Library/Application Support/Company/ mkdir -p ./tmp/Library/Preferences/ mkdir -p ./tmp/Library/Logs/Company/ mkdir -p ./tmp/Library/LaunchAgents/ mkdir -p ./tmp/Library/Company/ mkdir -p ./tmp/Library/LaunchDaemons/ #Grant Logs Folder Read-Write Access to All chmod a+rw ./tmp/Library/Logs/Company/ chmod a+rw ./tmp/Library/Application Support/Company/ We then build and sign each app dependency and place them into the temporary folder. For each app we're calling: xcodebuild -workspace $PROJECT -scheme $TARGET -configuration Release -derivedDataPath $WORKING clean build codesign --force --deep -o runtime --entitlements ../$TARGET/$APPLICATION.entitlements --sign $DEVKEY $WORKING/Build/Produ
Replies
1
Boosts
0
Views
360
Activity
Nov ’24
Reply to XCode 11 CopySwiftLibs not copying any of the dylibs ...
For posterity 🙂We ended up updating the xcode 11 build system to non-legacy and the folder swiftsupport disappeared from the apk... So if you end up having issues with the swift support folder, suggest that route if you had been using the legacy method.
Replies
Boosts
Views
Activity
Oct ’19
IOS15 xcode13 development kinds app icon disappear
IOS15 xcode13 development kinds app icon disappear,only search find icon
Replies
0
Boosts
0
Views
342
Activity
Oct ’21
NSFileProviderExtension - downloaded file disappears
Hi there, I am in the process of writing a macOS app using NSFileProviderExtension so that I can map my customer's data in Finder. I am in the process of building it out. But one thing I notice is that once the file is downloaded and I save it to the cache folder, I see it disappear from the folder. It looks like the system removed the downloaded file a few seconds later. How do I go about tracking this? I have added the log stream messages from the point where it is downloaded to the point where it is gone missing. Any pointers greatly appreciated. 2025-07-15 16:10:41.989915-0700 0x138326 Default 0x0 989 0 filecoordinationd: (Foundation) [com.apple.foundation.filecoordination:provider] Provider radwar.Drive.DriveFileProviderExtension finished providing for 44FB3A4A-CA50-4EE2-9DC8-1C96FE584DF5 2025-07-15 16:10:41.989974-0700 0x138326 Default 0x0 989 0 filecoordinationd: (Foundation) [com.apple.foundation.filecoordination:claims] Provider radwar.Drive.DriveFileProviderExtension finished, unbl
Replies
4
Boosts
0
Views
175
Activity
Jul ’25
Reply to App Store upload warning "ITMS-90686: "The binary you uploaded was invalid"
Same here. Builds and runs on sim, devices, archives without errors. Using all Automatically manage signing in main app, watch app and all extensions. Uploads fine, but I get this warning. The build appears briefly in iTunes Connect Activity, but then disappears and I cannot test it.Xcode 8, iOS 10 or above targeted.
Replies
Boosts
Views
Activity
Oct ’16
App disappears when installing on iPhone 6s plus
I'm using iTunes to install an app on my iPhone 6s plus. I select the app to install on my phone and I see it installing and when it is finished it disappears from the phone. When I check Apps tab on iTunes it says installing. I am running iOS9.3.4 and iTunes 12.4.3. I am also using a development provisoning file and certificate.
Replies
0
Boosts
0
Views
240
Activity
Aug ’16