Search Unity

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