ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with build

vladimir-anisimov opened this issue · comments

Building on M1 Pro Mac Error, Xcode 14.2

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_ConnectSDK", referenced from:
      objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Screenshot 2023-02-20 at 13 21 58

import ConnectSDK
.....
ConnectSDK.initialize()

Changing Build Phases -> Architectures to arm64, not help.

Hi @vladimir-anisimov

i think this can help for you
Screenshot 2024-04-15 at 4 01 35 PM