Search results for

“build disappears”

51,295 results found

Post

Replies

Boosts

Views

Activity

Passed argument is disappeared in Release Configuration build(LLVM)
I have a trouble about the different behavior with 'Debug' and 'Release' Build Configuration.In my application, there is a implementation like below.In 'Release' build, the argument is disappeared(as null) in 'functionB'. I can't understand the reason.- (void)functionA { ... Arg1* arg1 = nil; arg1 = [[Arg1 alloc] init]; arg1.porperty1 = a; arg1.property2 = b; arg1.property3 = c; ... [ObjX functionB: ... :(Arg1*)arg1, ...]; ... arg1 release]; } - (void)functionB: ... :(Arg1*)aArg1, ... { NSLog(@aArg1.propperty1=%@, aArg1.property1); NSLog(@aArg1.propperty2=%@, aArg1.property2); NSLog(@aArg1.propperty3=%@, aArg1.property3); // -> In Debug Build, the output is a, b and c. // -> But in Release Build the output is (null) (null) (null) }In 'Debug' build, I can get the correct value of the argument(a, b and c).I tried changing 'Optimization Level' of LLVM(Compiler) for 'Release' build, from 'Fastest, Smallest [-Os]' to 'None [-O0]'(same as 'Debug'
0
0
267
Aug ’15
Reply to Testflight Build missing
Had this issue twice for past few days.First time, 1st build disappeared after processing, tho we eventually got warning email day after that. Right after uploading 1st build, we fixed missing Privacy Usage Description in Info.plist (it was a demo build), and it worked.Second time, last night, first 4 builds were eaten alive by Testflight 😟 , no warning email, nothing, and we were in the middle of emergence release.Eventually, issue got resolved, by updating Capabilities in Developer Portal to match with what's in our project (we use manaual signing).And this morning, all those eaten builds were ruminated by Testflight 😕, and all stuck in processing.I guess if you are still facing this issue, try:1. Update Info.plist to include all necessary fields (for our first encounter, it was appicon and Privacy Usage Description)2. Update Capabilities to match with what's in your project, and provisioning profiles
Jun ’19
Build just disappears from iTunes Connect after Processing. No Warning!
Hi,Anybody else noticing this error?After a build is submitted to the iTunes Connect, The build just disappears after processing.If i try to do it again i get this error eventhough the build is NOT present inGetting ITMS-4238 “Redundant Binary Upload” error no mater what I change the build version or app version .ERROR ITMS-9000: Redundant Binary Upload. There already exists a binary upload with build versionThanksAnand
1
0
794
Apr ’17
Contact Note Entitlement Disappearing For 'Release' Build Configuration
A few months ago I requested access to the com.apple.developer.contacts.notes entitlement, which I now have access to. While running on 'Debug' build configuration, everything works as expected. When creating a 'Release' build, however, the entitlement does not appear to be included with the app, as the console reports that fetching the note for each contact fails. When I try to add the Contact Notes capability in Xcode, under the 'Release' tab in the project settings, the capability appears for a few seconds, then disappears when I move to a different tab and return. This does not happen for the 'Debug' configuration. Attempted Resolutions: Changing the signing configuraiton from 'Automatic' to 'Manual', using a manually generated provisioning profile. I manually inspected the provisioning profile using the terminal to ensure it included the entitlement. Creating a separate entitlement file with com.apple.developer.contacts.notes, adding it to the root of the project. Ensuring that
4
0
1.1k
Jun ’24
Build submitted in App Store Connect via altool has been disappeared
Hello!Our team use altool to upload new builds of our app in App Store Connect (ASC). We've noticed that sometimes (not so often) a regular build may be successfully uploaded to ASC but then we can't find it in 'Builds' and even in 'Activity' section of ASC. When we try to upload the same version again we get an error You've already uploaded a build with build number '$BUILDNUM_HERE' for version number '$VER_HERE'so we need to increment build number for the same version and rebuild it to be able to upload our app.altool don't output any error and exits with exit code 0 on the first uploading.This issue affects our automation so I'll be glad for any help 🙂
0
0
538
Feb ’20
I have uploaded my new builds in iTunesConnect. But after few seconds it disappears from my Activity -> All Builds -> iOS Build tab. I am not even seeing my build now. What might be the cause? How to solve this issue?
I have uploaded my new builds in iTunesConnect. But after few seconds it disappears from my Activity -> All Builds -> iOS Build tab. I am not even seeing my build now. What might be the cause? How to solve this issue?
1
0
487
Feb ’18
Xcode 15: MacOSX SDK headers disappear during heavy build
I am facing very strange issue on the last version of Xcode. At some point during heavy build (like building QtWebEngine from the sources) some headers from MacOSX SDK may disappear for the compiler, what leads to the errors. The issue happens build to build. I haven't found any other issue even close to be similar anywhere. The errors during the build looks like this: ../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -MMD -MF obj/pdf/internal/pdfium_permissions.o.d -DOFFICIAL_BUILD -DTOOLKIT_QT -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1510 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBP_EXTERN=extern -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION
0
0
1.1k
Dec ’23
Build get disappear once uploaded in TestFlight
I have uploaded the build on app store under App Store Connect > My App > (App Name) > Activity Once upload is complete, app appears in Processing under activity. After 2-3 minutes app get disappear automatically. Kindly suggest how this problem will get removed.
Replies
0
Boosts
0
Views
269
Activity
Nov ’20
test flight builds : binary uploads disappearing
i pushed a couple of builds up to app store connect on dec5 and they just disappeared. not showing as in-process or anything. anyone else see this happening?
Replies
1
Boosts
0
Views
564
Activity
Dec ’21
disappear build after processing
when i upload a new build into testflight after processing it disappear.I tried with different version and build but problem is still happen. I am using X-code 14.3
Replies
1
Boosts
0
Views
247
Activity
May ’23
xcworkspace app unable to build scheme disappear
I recently tried to build my app by opening xcworkspace, but noticed that my app scheme with app icon have disappeared and only pod scheme remains. Also, the icon of my xcworkspace have changed from the apple icon to the folder icon, can no longer access the general settings page please send help
Replies
0
Boosts
0
Views
436
Activity
Jul ’21
Passed argument is disappeared in Release Configuration build(LLVM)
I have a trouble about the different behavior with 'Debug' and 'Release' Build Configuration.In my application, there is a implementation like below.In 'Release' build, the argument is disappeared(as null) in 'functionB'. I can't understand the reason.- (void)functionA { ... Arg1* arg1 = nil; arg1 = [[Arg1 alloc] init]; arg1.porperty1 = a; arg1.property2 = b; arg1.property3 = c; ... [ObjX functionB: ... :(Arg1*)arg1, ...]; ... arg1 release]; } - (void)functionB: ... :(Arg1*)aArg1, ... { NSLog(@aArg1.propperty1=%@, aArg1.property1); NSLog(@aArg1.propperty2=%@, aArg1.property2); NSLog(@aArg1.propperty3=%@, aArg1.property3); // -> In Debug Build, the output is a, b and c. // -> But in Release Build the output is (null) (null) (null) }In 'Debug' build, I can get the correct value of the argument(a, b and c).I tried changing 'Optimization Level' of LLVM(Compiler) for 'Release' build, from 'Fastest, Smallest [-Os]' to 'None [-O0]'(same as 'Debug'
Replies
0
Boosts
0
Views
267
Activity
Aug ’15
Build Plus Sign disappeared in iTunes connect
Successfully uploaded .ipa archive file in itune connect. But not able to submit the app for review as there is no Plus sign with Build Option.So i am not able to select the build.
Replies
1
Boosts
0
Views
1.2k
Activity
Dec ’16
Reply to Testflight Build missing
Had this issue twice for past few days.First time, 1st build disappeared after processing, tho we eventually got warning email day after that. Right after uploading 1st build, we fixed missing Privacy Usage Description in Info.plist (it was a demo build), and it worked.Second time, last night, first 4 builds were eaten alive by Testflight 😟 , no warning email, nothing, and we were in the middle of emergence release.Eventually, issue got resolved, by updating Capabilities in Developer Portal to match with what's in our project (we use manaual signing).And this morning, all those eaten builds were ruminated by Testflight 😕, and all stuck in processing.I guess if you are still facing this issue, try:1. Update Info.plist to include all necessary fields (for our first encounter, it was appicon and Privacy Usage Description)2. Update Capabilities to match with what's in your project, and provisioning profiles
Replies
Boosts
Views
Activity
Jun ’19
Build just disappears from iTunes Connect after Processing. No Warning!
Hi,Anybody else noticing this error?After a build is submitted to the iTunes Connect, The build just disappears after processing.If i try to do it again i get this error eventhough the build is NOT present inGetting ITMS-4238 “Redundant Binary Upload” error no mater what I change the build version or app version .ERROR ITMS-9000: Redundant Binary Upload. There already exists a binary upload with build versionThanksAnand
Replies
1
Boosts
0
Views
794
Activity
Apr ’17
Contact Note Entitlement Disappearing For 'Release' Build Configuration
A few months ago I requested access to the com.apple.developer.contacts.notes entitlement, which I now have access to. While running on 'Debug' build configuration, everything works as expected. When creating a 'Release' build, however, the entitlement does not appear to be included with the app, as the console reports that fetching the note for each contact fails. When I try to add the Contact Notes capability in Xcode, under the 'Release' tab in the project settings, the capability appears for a few seconds, then disappears when I move to a different tab and return. This does not happen for the 'Debug' configuration. Attempted Resolutions: Changing the signing configuraiton from 'Automatic' to 'Manual', using a manually generated provisioning profile. I manually inspected the provisioning profile using the terminal to ensure it included the entitlement. Creating a separate entitlement file with com.apple.developer.contacts.notes, adding it to the root of the project. Ensuring that
Replies
4
Boosts
0
Views
1.1k
Activity
Jun ’24
Build version of the process, in the itunes connect disappeared
Dear sirSuccessfully upload ipa at Application loader. In the itunes connect, upload the app in the process, but why after a while the build version will disappear.I look forward to your reply.
Replies
6
Boosts
0
Views
463
Activity
Mar ’17
App Store Build Submission Disappears
Hi,For some reason after the app procceses in iTunes Connect it disappears.Anyone have the same issue?Please helpThank you
Replies
1
Boosts
0
Views
344
Activity
May ’16
Build submitted in App Store Connect via altool has been disappeared
Hello!Our team use altool to upload new builds of our app in App Store Connect (ASC). We've noticed that sometimes (not so often) a regular build may be successfully uploaded to ASC but then we can't find it in 'Builds' and even in 'Activity' section of ASC. When we try to upload the same version again we get an error You've already uploaded a build with build number '$BUILDNUM_HERE' for version number '$VER_HERE'so we need to increment build number for the same version and rebuild it to be able to upload our app.altool don't output any error and exits with exit code 0 on the first uploading.This issue affects our automation so I'll be glad for any help 🙂
Replies
0
Boosts
0
Views
538
Activity
Feb ’20
I have uploaded my new builds in iTunesConnect. But after few seconds it disappears from my Activity -> All Builds -> iOS Build tab. I am not even seeing my build now. What might be the cause? How to solve this issue?
I have uploaded my new builds in iTunesConnect. But after few seconds it disappears from my Activity -> All Builds -> iOS Build tab. I am not even seeing my build now. What might be the cause? How to solve this issue?
Replies
1
Boosts
0
Views
487
Activity
Feb ’18
GC DISAPPEARING
Why is game center disappearing from my games daily? I have to reboot to get it back.
Replies
0
Boosts
0
Views
451
Activity
Mar ’17
Xcode 15: MacOSX SDK headers disappear during heavy build
I am facing very strange issue on the last version of Xcode. At some point during heavy build (like building QtWebEngine from the sources) some headers from MacOSX SDK may disappear for the compiler, what leads to the errors. The issue happens build to build. I haven't found any other issue even close to be similar anywhere. The errors during the build looks like this: ../../../../../../../../../../../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -MMD -MF obj/pdf/internal/pdfium_permissions.o.d -DOFFICIAL_BUILD -DTOOLKIT_QT -D_LIBCPP_HAS_NO_ALIGNED_ALLOCATION -DCR_XCODE_VERSION=1510 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBP_EXTERN=extern -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION
Replies
0
Boosts
0
Views
1.1k
Activity
Dec ’23