Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

iOS CLI build fails during code signing #6947

@kkaefer

Description

@kkaefer

I'm trying to run make ipackage or make iframework, but getting this:

mkdir -p build/ios
(cd build/ios && cmake -G Xcode ../.. \
        -DCMAKE_TOOLCHAIN_FILE=../../platform/ios/toolchain.cmake \
        -DMBGL_PLATFORM=ios)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/kkaefer/Code/gl/native/build/ios
FORMAT= BUILD_DEVICE= SYMBOLS= \
    ./platform/ios/scripts/package.sh
Configuring dynamic and static Release framework for iphoneos; symbols: YES; self-contained static framework: NO
* Recording library version…
mapbox-gl-native b32ba799e0
* Building targets (build 9259, version 3.4.0-beta.2)…
▸ Building ios/settings [Release]
▸ Check Dependencies
▸ Copying Root.strings
▸ Copying Root.plist
▸ Touching Settings.bundle
▸ Signing /Users/kkaefer/Code/gl/native/build/ios/Release-iphonesimulator/Settings.bundle
▸ Building ios/bundle [Release]
▸ Check Dependencies
▸ Processing Info-static.plist
▸ Copying Localizable.strings
▸ Check Dependencies
▸ Running script 'CMake Rules'
** BUILD FAILED **


The following build commands failed:
    CodeSign /Users/kkaefer/Code/gl/native/build/ios/Release-iphonesimulator/Settings.bundle
(1 failure)
make: *** [ipackage] Error 65

/cc @1ec5 @brunoabinader

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions