[codenameone-discussions] Re: Build error: export failed on iOS

2016-09-02 Thread blue...@gmail.com
Hello Sai, 

We are also facing this issue since 29th for iOS build. here is the trace - 
this is still happening Executing (refer to trail below)

was this certificate generated by the certificate wizard or manually?
Certfificate generated manually

Was this build working before the migration to the new xcode version?
Yes, till August 29 th it was working

Are you using any cn1libs or native code?
>
CLDC11,jar, CodenameOne.jar, CN1JSON.cn1lib

Do you define any ios.* build hints?
ios.newLocalStorage=true, ios.project_type=ios, ios_dysm, ios_

Do you target a version that isn't "latest"?
>
It is latest.

/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild 
-exportArchive -archivePath MeddoDocBook.xcarchive -exportPath 
/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/build9060618263567619215xxx/result
 
-exportOptionsPlist 
/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/export8417845246041144099.plist
 
-verbose PROVISIONING_PROFILE=8b33b267-42ff-4ce5-827b-ffeedc20f4a1 
CODE_SIGN_IDENTITY=iPhone Distribution: PIONEER PSYCHIATRY SERVICES PTY LTD 
(Y7ANW82L89) 
KEYCHAIN=/Users/administrator/Library/Keychains/temp1472827032997.keychain 
CODE_SIGN_ENTITLEMENTS=/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/Entitlements4610863424684614927.plist
 
2016-09-02 09:42:56.966 xcodebuild[88734:1341122] [MT] IDEDistribution: 
-[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at 
path 
'/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/MeddoDocBook_2016-09-02_09-42-56.963.xcdistributionlogs'.
 
2016-09-02 09:42:57.003 xcodebuild[88734:1341122] [MT] DeveloperPortal: 
Using pre-existing current store at URL 
(file:///Users/administrator/Library/Developer/Xcode/DeveloperPortal%207.3.1.db).
 
2016-09-02 09:42:57.281 xcodebuild[88734:1341122] [MT] IDEDistribution: 
Step failed: : Error 
Domain=IDEDistributionErrorDomain Code=1 "(null)" error: exportArchive: The 
operation couldn’t be completed. (IDEDistributionErrorDomain error 1.) 
 Error Domain=IDEDistributionErrorDomain Code=1 "(null)"  ** EXPORT FAILED 
**  Executing: 
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild 
-exportArchive -archivePath MeddoDocBook.xcarchive -exportPath 
/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/build9060618263567619215xxx/result
 
-exportOptionsPlist 
/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/export8417845246041144099.plist
 
-verbose PROVISIONING_PROFILE=8b33b267-42ff-4ce5-827b-ffeedc20f4a1 
CODE_SIGN_IDENTITY=iPhone Distribution: PIONEER PSYCHIATRY SERVICES PTY LTD 
(Y7ANW82L89) 
KEYCHAIN=/Users/administrator/Library/Keychains/temp1472827032997.keychain 
CODE_SIGN_ENTITLEMENTS=/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/Entitlements4610863424684614927.plist
 
2016-09-02 09:42:57.632 xcodebuild[88735:1341143] [MT] IDEDistribution: 
-[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at 
path 
'/var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/MeddoDocBook_2016-09-02_09-42-57.632.xcdistributionlogs'.
 
2016-09-02 09:42:57.659 xcodebuild[88735:1341143] [MT] DeveloperPortal: 
Using pre-existing current store at URL 
(file:///Users/administrator/Library/Developer/Xcode/DeveloperPortal%207.3.1.db).
 
2016-09-02 09:42:57.797 xcodebuild[88735:1341143] [MT] IDEDistribution: 
Step failed: : Error 
Domain=IDEDistributionErrorDomain Code=1 "(null)" error: exportArchive: The 
operation couldn’t be completed. (IDEDistributionErrorDomain error 1.) 
 Error Domain=IDEDistributionErrorDomain Code=1 "(null)"  ** EXPORT FAILED 
**  Failed export step

On Friday, September 2, 2016 at 11:01:24 AM UTC+5:30, Shai Almog wrote:
>
> Hi,
> was this certificate generated by the certificate wizard or manually?
> Was this build working before the migration to the new xcode version?
> Does this work with the iphone_old build targets?
> Are you using any cn1libs or native code?
> Do you define any ios.* build hints?
> Do you target a version that isn't "latest"?
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/b8202bf1-9362-49ef-a873-05571349f38b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Build error: export failed on iOS

2016-09-02 Thread mispro . ahsay
In addition, for the ios.* in build hints



ios.interface_orientation: 
UIInterfaceOrientationPortrait:UIInterfaceOrientationPortraitUpsideDown:UIInterfaceOrientationLandscapeLeft:UIInterfaceOrientationLandscapeRight

On Friday, September 2, 2016 at 2:14:30 PM UTC+8, mispro...@gmail.com wrote:
>
> Hi,
>>
>  
>
>> was this certificate generated by the certificate wizard or manually?
>>
> Ans: The certificate is generated manually and it is successful before.
>  
>
>> Was this build working before the migration to the new xcode version?
>>
> Ans: Yes
>  
>
>> Does this work with the iphone_old build targets?
>>
> Ans: I tried old build e.g.3.0 which is not successful after migration and 
> show keeping build in cn1 website dashboard
>  
>
>> Are you using any cn1libs or native code?
>>
> Ans: Yes
>
> and 
>
> 
> "Reachability.h"
> 
> 
> 
> 
> "ALAssetsLibrary+CustomPhotoAlbum.h"
> 
> 
> 
> 
> 
> 
> 
> "Reachability.h"
>
>
> Do you define any ios.* build hints?
>>
> ios.add_libs: 
> SystemConfiguration.framework;AssetsLibrary.framework;UIKit.framework;AddressBook.framework;Photos.framework
>  
>
>  
>
>> Do you target a version that isn't "latest"?
>>
> It is latest.
>
> I'm appreciated if you could give advice in asap!
>
> Thanks and Regards,
>
> On Friday, September 2, 2016 at 1:31:24 PM UTC+8, Shai Almog wrote:
>>
>> Hi,
>> was this certificate generated by the certificate wizard or manually?
>> Was this build working before the migration to the new xcode version?
>> Does this work with the iphone_old build targets?
>> Are you using any cn1libs or native code?
>> Do you define any ios.* build hints?
>> Do you target a version that isn't "latest"?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/681e3043-29de-4859-89ec-6bf6fbcf8972%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Build error: export failed on iOS

2016-08-31 Thread mcellinpaul
Hi - I got this error today. Not for release builds (which I've been doing 
the last few weeks - enterprise builds) but for a debug build - so this may 
not have actually appeared today but I've only just seen it today.

I do use cn1libs - specifically the barcode one and a bouncycastle one.

Just trying to do an iPhone_old build now though it's been queued for a 
while :(

Paul

On Tuesday, August 30, 2016 at 5:16:06 AM UTC+1, Shai Almog wrote:

> Hi,
> This is related to the xcode server migration:
>
> https://www.codenameone.com/blog/xcode-migration-take-2.html
>
> Is this still happening in current builds?
> Is this working with the iphone_old builds?
>
> What can you tel us about your project? Native code, cn1libs anything 
> special?
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/a1efbfcc-d506-45f5-8758-47c61c63eed2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Build error: export failed on iOS

2016-08-29 Thread mispro . ahsay
Any update? (typo in previous post)

On Tuesday, August 30, 2016 at 9:23:06 AM UTC+8, mispro...@gmail.com wrote:
>
> Any udpate?
>
> Thanks,
>
> On Monday, August 29, 2016 at 1:58:04 PM UTC+8, mispro...@gmail.com wrote:
>>
>> Dear Sir,
>>
>> When I build iOS, there is build error return below:
>>
>> ** EXPORT FAILED **
>>
>> Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild 
>> -exportArchive -archivePath MainUI.xcarchive -exportPath 
>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/build5205840142536630191xxx/result
>>  -exportOptionsPlist 
>> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/export7248645495848927481.plist
>>  -verbose PROVISIONING_PROFILE=328a3a28-71aa-4aec-90b3-6194a8ef8dc8 
>> CODE_SIGN_IDENTITY=iPhone Developer: Siu Ning Chong (B5AQ6LL7NK) 
>> KEYCHAIN=/Users/administrator/Library/Keychains/temp1472437613530.keychain 
>> CODE_SIGN_ENTITLEMENTS=/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/Entitlements2188683513415872912.plist
>>  2016-08-28 21:52:30.348 xcodebuild[77158:31544019] [MT] IDEDistribution: 
>> -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at 
>> path 
>> '/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/MainUI_2016-08-28_21-52-30.347.xcdistributionlogs'.
>> 2016-08-28 21:52:30.372 xcodebuild[77158:31544019] [MT] DeveloperPortal: 
>> Using pre-existing current store at URL 
>> (file:///Users/administrator/Library/Developer/Xcode/DeveloperPortal%207.3.1.db).
>> 2016-08-28 21:52:30.519 xcodebuild[77158:31544019] [MT] IDEDistribution: 
>> Step failed: : Error 
>> Domain=IDEDistributionErrorDomain Code=1 "(null)"
>> error: exportArchive: The operation couldn’t be completed. 
>> (IDEDistributionErrorDomain error 1.)
>>
>> Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
>>
>> ** EXPORT FAILED **
>>
>> Failed export step
>>
>> Please advice what it is happening?
>>
>> Thanks and Regards,
>> Ronald
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/75f4f823-bc48-4b57-8161-3a9f7ec44505%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Build error: export failed on iOS

2016-08-29 Thread mispro . ahsay
Any udpate?

Thanks,

On Monday, August 29, 2016 at 1:58:04 PM UTC+8, mispro...@gmail.com wrote:
>
> Dear Sir,
>
> When I build iOS, there is build error return below:
>
> ** EXPORT FAILED **
>
> Executing: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild 
> -exportArchive -archivePath MainUI.xcarchive -exportPath 
> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/build5205840142536630191xxx/result
>  -exportOptionsPlist 
> /var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/export7248645495848927481.plist
>  -verbose PROVISIONING_PROFILE=328a3a28-71aa-4aec-90b3-6194a8ef8dc8 
> CODE_SIGN_IDENTITY=iPhone Developer: Siu Ning Chong (B5AQ6LL7NK) 
> KEYCHAIN=/Users/administrator/Library/Keychains/temp1472437613530.keychain 
> CODE_SIGN_ENTITLEMENTS=/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/Entitlements2188683513415872912.plist
>  2016-08-28 21:52:30.348 xcodebuild[77158:31544019] [MT] IDEDistribution: 
> -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path 
> '/var/folders/zh/kb_4hqhn4kg1h0r5dp_6htcmgn/T/MainUI_2016-08-28_21-52-30.347.xcdistributionlogs'.
> 2016-08-28 21:52:30.372 xcodebuild[77158:31544019] [MT] DeveloperPortal: 
> Using pre-existing current store at URL 
> (file:///Users/administrator/Library/Developer/Xcode/DeveloperPortal%207.3.1.db).
> 2016-08-28 21:52:30.519 xcodebuild[77158:31544019] [MT] IDEDistribution: Step 
> failed: : Error 
> Domain=IDEDistributionErrorDomain Code=1 "(null)"
> error: exportArchive: The operation couldn’t be completed. 
> (IDEDistributionErrorDomain error 1.)
>
> Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
>
> ** EXPORT FAILED **
>
> Failed export step
>
> Please advice what it is happening?
>
> Thanks and Regards,
> Ronald
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/077d76b1-dac7-42b2-9aa1-c7cb9edb1f2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.