Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

xcode builid failed with error message :Undefined symbols for architecture arm64

Discussion in 'Unity Ads & User Acquisition' started by ifunning, Nov 9, 2015.

  1. ifunning

    ifunning

    Joined:
    Nov 9, 2015
    Posts:
    2
    Unity Ads is 1.5.3
    XCode is 7.1 beta
    Not Unity Project


    Undefined symbols for architecture arm64:

    "_kCMTimeInvalid", referenced from:

    -[UnityAdsVideoPlayer observeValueForKeyPath:eek:fObject:change:context:] in UnityAds(UnityAds)

    "_kCMTimeZero", referenced from:

    -[UnityAdsVideoViewController playCampaign:] in UnityAds(UnityAds)

    -[UnityAdsVideoViewController muteVideoButtonPressed:] in UnityAds(UnityAds)

    "_CMTimeMakeWithSeconds", referenced from:

    -[UnityAdsVideoPlayer _addObservers] in UnityAds(UnityAds)

    -[UnityAdsVideoPlayer _valueWithDuration:] in UnityAds(UnityAds)

    -[UnityAdsVideoViewController _valueWithDuration:] in UnityAds(UnityAds)

    "_CMTimeSubtract", referenced from:

    -[UnityAdsVideoPlayer _videoProgressMonitor:] in UnityAds(UnityAds)

    "_CMTimeGetSeconds", referenced from:

    -[UnityAdsVideoPlayer _videoProgressMonitor:] in UnityAds(UnityAds)

    -[UnityAdsVideoPlayer _currentVideoDuration] in UnityAds(UnityAds)

    -[UnityAdsVideoViewController updateLabelsWithCMTime:] in UnityAds(UnityAds)

    -[UnityAdsVideoViewController _currentVideoDuration] in UnityAds(UnityAds)

    "_SCNetworkReachabilityCreateWithName", referenced from:

    +[UnityAdsDevice launchReachabilityCheck] in UnityAds(UnityAds)

    "_SCNetworkReachabilitySetDispatchQueue", referenced from:

    +[UnityAdsDevice launchReachabilityCheck] in UnityAds(UnityAds)

    ___41+[UnityAdsDevice launchReachabilityCheck]_block_invoke in UnityAds(UnityAds)

    "_SCNetworkReachabilitySetCallback", referenced from:

    +[UnityAdsDevice launchReachabilityCheck] in UnityAds(UnityAds)

    ___41+[UnityAdsDevice launchReachabilityCheck]_block_invoke in UnityAds(UnityAds)

    ld: symbol(s) not found for architecture arm64

    clang: error: linker command failed with exit code 1 (use -v to see invocation)


    Thanks
     
  2. ifunning

    ifunning

    Joined:
    Nov 9, 2015
    Posts:
    2
    add CoreMedia.framework and SystemConfiguration.framework
    my project build success