1

Moving from Xcode to a new Mac, can not be built with the distribution

 2 years ago
source link: https://www.codesd.com/item/moving-from-xcode-to-a-new-mac-can-not-be-built-with-the-distribution.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Moving from Xcode to a new Mac, can not be built with the distribution

advertisements

Ok, I moved all my Xcode projects to my new MBP. After doing this, I am trying to get my new app build to submit to Apple. I have the Distribution Provisioning Profile installed on my computer and set in the app, but under Distribution setting, it shows iPhone Developer, instead of iPhone Distribution. What am I forgetting to do?

QZqvn.png

You should export your developer profile from your old mac. You can find this in Xcode --> Preferences --> Accounts. Bottom left corner, gear icon. Save the file to your desktop, and import the developer profile on your new mac via the same mechanism, selecting import this time. This should set you up.

Related Articles

Webdriver Selenium: The list is not generic; it can not be parameterized with the arguments `& lt; WebElement & gt; type

I was trying to store link in List, follow below code public class frameswitch { public static void main(String[] args) { System.setProperty("webdriver.gecko.driver","C:\\geckodriver\\geckodriver.exe"); WebDriver driver=new FirefoxDriv

A new record can not be saved with values

I started the question differently, about a collection_select, but I found out that is not the problem. This particular model won't save any data at all. It just ignores the values in the parameters. I can only save new records with NULL values (exce

Appium - A new session can not be created. The activity used to start the application does not exist or can not be started

When I start Appium server with Application Path, Package, and Launch Activity selected the server starts with my application and I can run my test. When my test is done I quit the driver. Next I try to run the same test again with the server already

cordova 3.4 with xcode 5.1 will not be built with the latest file transfer plug-in

I updated my cordova app to 3.4.0-0.1.3. I have xcode 5.1. In my app I use a brunch of plugins an rm/add all of them. cordova plugins list reports the following: [ 'com.phonegap.plugins.PushPlugin', 'org.apache.cordova.camera', 'org.apache.cordova.co

Swift Firebase: Can not Create Keys with the Exception of the Same Command

I'm working on a macOS Swift project using Firebase 2.5.1. It's basically a CRUD system. I changed the way I created my data path from childWithAutoID to a custom string mainly because I wanted to avoid duplicate entries. I uploaded all my data to Fi

Can not run uwsgi with the ini file in emperor mode - Permission Denied

I cant run uwsgi in emperror mode with my ini file. I have installed uwsgi with sudo pip install uwsgi. When I try to start uwsgi, I get error: sudo /etc/init.d/uwsgi start /etc/init.d/uwsgi: line 72: /usr/share/uwsgi/init/snippets: No such file or d

Effective approaches to analyze objects from consecutive fixed size buffers that do not line up with the size of the object

I am trying to achieve something in C++, where I have an API that reads out objects from a byte array, while the array I pass in is constrained to a fixed size. After it parses out a complete object, the API knows the pointer location where it finish

evaluation version of monotouch that can not be built with native code

this is Ajit. I tried downloading the trial version of monotouch from the website but all the links were broken. So I downloaded the following by digging from google. ()MonoDevelop-3.0.3.5 ()MonoFramework-MRE-2.10.9_11.macos10.xamarin.x86.dmg (*)Mono

An entry point can not be marked with the 'async'

I copied below code from this link.But when I am compiling this code I am getting an entry point cannot be marked with the 'async' modifier. How can I make this code compilable? class Program { static async void Main(string[] args) { Task<string> ge

The inheritance of the derived diamond at a time - the walls of the constructor are different - the base can not be found with the specified virtual inheritance

I struggled to describe the problem succinctly in the title, so please recommend if you understand the issue and have a better title. I have produced a stripped down version of my problem, its as small as I can get it, and as a result all functions a

If I do not follow the naming convention of the java package, the .class class can not be found with the & ldquo; command. Java, is not it?

Is it normal that "java Hello3" (with Hello3.class a java class) gives me: Exception in thread "main" java.lang.NoClassDefFoundError: Hello3 (wrong name: pp/Hello3) Hello3.class is the compiled binary of Hello3.java. This java file is

FormData can not be added with the File object

Hi i am trying to upload image using AJAX but when i try to append FormData with my file object it didn't work here is my code var data = new FormData(); $.each(files, function(key, value){ console.log(value); data.append(key, value); console.log(dat

The Maven compilation error can not access Enum with the annotation @Nonnull when the sonar: the sonar plugin is working

I have a fairly large maven project with a bunch of subprojects, my bamboo instance runs continuous builds with "mvn clean deploy". Also there is a separate nightly "mvn clean sonar:sonar" that is failing with the error below. MediaSer

Why can not I calculate with the Number interface?

I wanted to make such class for calculating average value: public static class AverageValue<T extends Number> { T data = 0; //ERROR: incompatible types: int cannot be converted to T int count = 0; public AverageValue() {} public AverageValue(T data)

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK