[AC-6618] iOS: Ad-Hoc/Enterprise build failed using Titanium SDK ver. 9.2.0, 9.2.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2020-10-30T17:27:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios, sdk-9.2.1GA, titanium |
Reporter | Sourav Basu Roy |
Assignee | Abir Mukherjee |
Created | 2020-10-22T11:52:33.000+0000 |
Updated | 2020-10-30T17:27:14.000+0000 |
Description
Hi,
There is an compilation error occurring when I'm trying to create a ad-hoc/enterprise package build.Error is given below:
{color:#d04437}[ERROR] : The following build commands failed:
[ERROR] : CompileC /Users/[User name]/[Path to Project]/build/iphone/build/Intermediates/[Project Name]\ Test.build/Release-iphoneos/[Project Name]\ Test.build/Objects-normal/armv7/MediaModule.o /Users/[User name]/[Path to Project]/build/iphone/Classes/MediaModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] : (1 failure){color}
It happening when you are using any Ti.Media camera functions like 'Ti.Media.showCamera'.
Environment:
Titanium SDK: 9.2.0.GA , 9.2.1.GA
iOS/iPadOS: 14.0
Appcelerator Studio: 6.0
[~CONSROY1] I think this might be a duplicate of TIMOB-28202, could you try installing the CI build from the 9_2_X branch with
appc ti sdk install -b 9_2_X -d
and see if the issue still occurs.Thanks.This update resolve the issues.
[~CONSROY1], SDK 9.2.2 is now available as GA, So you can use the command "appc ti sdk install latest" [~eharris], Thanks!